libxc: Unbreak HVM live migration after 0b138a019292.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 21 Jan 2010 09:03:20 +0000 (09:03 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 21 Jan 2010 09:03:20 +0000 (09:03 +0000)
commitd7efbf3bac545fca8c591dd20422ba8fe5c1c4af
tree51d0808efb6e643d8a76a554e0af5f8ff73693a0
parent1e4743291b9e4fd7b131d9de03dcfd8a72682fd0
libxc: Unbreak HVM live migration after 0b138a019292.

0b138a019292 was a little too ambitious replacing xc_map_foreign_batch
with xc_map_foreign_pages in xc_domain_restore. With HVM, some of the
mappings are expected to fail (as "XTAB" pages).

Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>
tools/libxc/xc_domain_restore.c